home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_ORBit.idb / usr / freeware / include / ORBitutil / compat.h.z / compat.h
Encoding:
C/C++ Source or Header  |  1999-07-16  |  211 b   |  9 lines

  1. #ifndef ORBITUTIL_COMPAT_H
  2. #define ORBITUTIL_COMPAT_H 1
  3. #include <sys/types.h>
  4. #include <sys/uio.h>
  5.  
  6. int g_writev(int fd, const struct  iovec *  vector,  size_t count);
  7.  
  8. #endif /*#define ORBITUTIL_COMPAT_H 1 */
  9.